home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-10-26 | 468 b | 15 lines |
- # You can set the path of login(1) here, or you can leave it undefined
- # and gert the default of /usr/bin/login (which makes it being given
- # here pointless :-)
- CFLAGS =
- CPPFLAGS = -DMINT -DDEBUG -DLOGIN=\"/bin/login$(TTPEXT)\"
- LDLIBS = -ltermcap -liio
- # Bit naughty, this one, but it lets me use my default $CFLAGS.
- TARGET_ARCH =
-
- # Note that the target here is /etc/getty, NOT getty.
- getty : getty.o
- $(CC) -o $@ getty.o $(LDLIBS)
- # @toglclr getty
- # @chmod +x getty
-